pub type SpValidateTargetInfoFn = Option<unsafe extern "system" fn(clientrequest: *const *const c_void, protocolsubmitbuffer: *const c_void, clientbufferbase: *const c_void, submitbufferlength: u32, targetinfo: *const SECPKG_TARGETINFO) -> NTSTATUS>;

Aliased Type§

enum SpValidateTargetInfoFn {
    None,
    Some(unsafe extern "system" fn(_: *const *const c_void, _: *const c_void, _: *const c_void, _: u32, _: *const SECPKG_TARGETINFO) -> NTSTATUS),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const *const c_void, _: *const c_void, _: *const c_void, _: u32, _: *const SECPKG_TARGETINFO) -> NTSTATUS)

Some value of type T.