pub type brotli_alloc_func = Option<extern "C" fn(data: *mut c_void, size: usize) -> *mut c_void>;
pub enum brotli_alloc_func { None, Some(extern "C" fn(*mut c_void, usize) -> *mut c_void), }
No value.
Some value of type T.
T