pub type dds_realloc_fn_t = Option<unsafe extern "C" fn(a: *mut c_void, b: usize) -> *mut c_void>;
pub enum dds_realloc_fn_t { None, Some(unsafe extern "C" fn(*mut c_void, usize) -> *mut c_void), }
No value.
Some value of type T.
T