Skip to main content

soil_i64_get

Function soil_i64_get 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn soil_i64_get( value: *const Value, out: *mut i64, err: *mut *mut SoilError, ) -> c_int
Expand description

Read an I64 out of a value handle. Returns 0 on success.

ยงSafety

All pointers valid; out is a valid out-pointer.