Type Alias FNCERTSRVSERVERCONTROLW

pub type FNCERTSRVSERVERCONTROLW = Option<unsafe extern "system" fn(pwszservername: PCWSTR, dwcontrolflags: u32, pcbout: *mut u32, ppbout: *mut *mut u8) -> HRESULT>;

Aliased Type§

pub enum FNCERTSRVSERVERCONTROLW {
    None,
    Some(unsafe extern "system" fn(PCWSTR, u32, *mut u32, *mut *mut u8) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.