Type Alias PTP_WAIT_CALLBACK
pub type PTP_WAIT_CALLBACK = Option<unsafe extern "system" fn(instance: PTP_CALLBACK_INSTANCE, context: *mut c_void, wait: PTP_WAIT, waitresult: u32)>;Aliased Type§
pub enum PTP_WAIT_CALLBACK {
None,
Some(unsafe extern "system" fn(PTP_CALLBACK_INSTANCE, *mut c_void, PTP_WAIT, u32)),
}