libdeflate_sys

Function libdeflate_set_memory_allocator

source
pub unsafe extern "C" fn libdeflate_set_memory_allocator(
    malloc_func: unsafe extern "C" fn(size: usize) -> *mut c_void,
    free_func: unsafe extern "C" fn(ptr: *mut c_void),
)