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