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