Type Alias custom_free_t

Source
pub type custom_free_t = Option<unsafe extern "C" fn(allocator: *mut R_allocator_t, arg1: *mut c_void)>;

Aliased Type§

pub enum custom_free_t {
    None,
    Some(unsafe extern "C" fn(*mut Struct_R_allocator, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut Struct_R_allocator, *mut c_void))

Some value of type T.