#[unsafe(no_mangle)]pub unsafe extern "C" fn soil_i64_get(
value: *const Value,
out: *mut i64,
err: *mut *mut SoilError,
) -> c_intExpand description
Read an I64 out of a value handle. Returns 0 on success.
ยงSafety
All pointers valid; out is a valid out-pointer.