pub unsafe extern "C" fn lto_module_is_object_file_in_memory(
mem: *const c_void,
length: size_t,
) -> lto_bool_tExpand description
Checks if a buffer is a loadable object file.
pub unsafe extern "C" fn lto_module_is_object_file_in_memory(
mem: *const c_void,
length: size_t,
) -> lto_bool_tChecks if a buffer is a loadable object file.