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