pub type fc2AsyncCommandCallback = Option<unsafe extern "C" fn(retError: fc2Error, pUserData: *mut c_void)>;
pub enum fc2AsyncCommandCallback { None, Some(unsafe extern "C" fn(_fc2Error, *mut c_void)), }
No value.
Some value of type T.
T