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