PTP_SIMPLE_CALLBACK

Type Alias PTP_SIMPLE_CALLBACK 

Source
pub type PTP_SIMPLE_CALLBACK = Option<unsafe extern "stdcall" fn(Instance: PTP_CALLBACK_INSTANCE, Context: PVOID)>;

Aliased Type§

pub enum PTP_SIMPLE_CALLBACK {
    None,
    Some(unsafe extern "stdcall" fn(*mut _TP_CALLBACK_INSTANCE, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "stdcall" fn(*mut _TP_CALLBACK_INSTANCE, *mut c_void))

Some value of type T.