Skip to main content

CFNumberGetValue

Function CFNumberGetValue 

Source
pub unsafe extern "C-unwind" fn CFNumberGetValue(
    number: &CFNumber,
    the_type: CFNumberType,
    value_ptr: *mut c_void,
) -> bool
👎Deprecated:

renamed to CFNumber::value

Available on crate feature CFNumber only.