CFBundleGetFunctionPointersForNames

Function CFBundleGetFunctionPointersForNames 

Source
pub unsafe extern "C-unwind" fn CFBundleGetFunctionPointersForNames(
    bundle: &CFBundle,
    function_names: Option<&CFArray>,
    ftbl: *mut *mut c_void,
)
👎Deprecated: renamed to CFBundle::function_pointers_for_names
Available on crate features CFArray and CFBundle only.