pub unsafe extern "C" fn lto_module_has_objc_category(
mem: *const c_void,
length: size_t,
) -> lto_bool_t
Expand description
Return true if Buffer
contains a bitcode file with ObjC code
(category or class) in it.
pub unsafe extern "C" fn lto_module_has_objc_category(
mem: *const c_void,
length: size_t,
) -> lto_bool_t
Return true if Buffer
contains a bitcode file with ObjC code
(category or class) in it.