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