Type Definition brotli_sys::brotli_alloc_func [] [src]

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