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