Type Definition brotli_ffi::brotli_alloc_func

pub type brotli_alloc_func = Option<extern "C" fn(_: *mut c_void, _: usize) -> *mut c_void>;