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