pub type PFN_HSE_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK = Option<unsafe extern "system" fn(pszprotocolmanagerdll: PCWSTR, pszprotocolmanagerdllinitfunction: PCWSTR, dwcustominterfaceid: u32, ppcustominterface: *mut *mut c_void) -> HRESULT>;

Aliased Type§

enum PFN_HSE_GET_PROTOCOL_MANAGER_CUSTOM_INTERFACE_CALLBACK {
    None,
    Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: u32, _: *mut *mut c_void) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: PCWSTR, _: PCWSTR, _: u32, _: *mut *mut c_void) -> HRESULT)

Some value of type T.