pub type PLSA_SET_APP_MODE_INFO = Option<unsafe extern "system" fn(userfunction: u32, argument1: usize, argument2: usize, userdata: *const SecBuffer, returntolsa: BOOLEAN) -> NTSTATUS>;
Expand description

Required features: "Win32_Foundation"

Aliased Type§

enum PLSA_SET_APP_MODE_INFO {
    None,
    Some(unsafe extern "system" fn(_: u32, _: usize, _: usize, _: *const SecBuffer, _: u8) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: usize, _: usize, _: *const SecBuffer, _: u8) -> i32)

Some value of type T.