pub extern "C-unwind" fn CFBundleGetFunctionPointerForName(
bundle: &CFBundle,
function_name: Option<&CFString>,
) -> *mut c_void👎Deprecated:
renamed to CFBundle::function_pointer_for_name
Available on crate feature
CFBundle only.