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