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