[][src]Function uclicious_libucl_sys::ucl_object_toint_safe

pub unsafe extern "C" fn ucl_object_toint_safe(
    obj: *const ucl_object_t,
    target: *mut i64
) -> bool

Converts an object to integer value @param obj CL object @param target target integer variable @return true if conversion was successful