pub type custom_free_t = Option<unsafe extern "C" fn(allocator: *mut R_allocator_t, arg1: *mut c_void)>;
pub enum custom_free_t { None, Some(unsafe extern "C" fn(*mut Struct_R_allocator, *mut c_void)), }
No value.
Some value of type T.
T