pub type PRJ_START_DIRECTORY_ENUMERATION_CB = Option<unsafe extern "system" fn(callbackdata: *const PRJ_CALLBACK_DATA, enumerationid: *const GUID) -> HRESULT>;

Aliased Type§

enum PRJ_START_DIRECTORY_ENUMERATION_CB {
    None,
    Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA, _: *const GUID) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const PRJ_CALLBACK_DATA, _: *const GUID) -> HRESULT)

Some value of type T.