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