pub type asBINARYREADFUNC_t = Option<unsafe extern "C" fn(ptr: *mut c_void, size: asUINT, param: *mut c_void)>;
pub enum asBINARYREADFUNC_t { None, Some(unsafe extern "C" fn(*mut c_void, u32, *mut c_void)), }
No value.
Some value of type T.
T