pub type tDevMalloc = Option<unsafe extern "C" fn(arg1: *mut *mut c_void, arg2: usize) -> c_int>;
pub enum tDevMalloc { None, Some(unsafe extern "C" fn(*mut *mut c_void, usize) -> i32), }
No value.
Some value of type T.
T