pub unsafe extern "C" fn lto_module_is_object_file_in_memory(
mem: *const c_void,
length: size_t,
) -> lto_bool_t
Expand 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_t
Checks if a buffer is a loadable object file.