Type Alias SpValidateTargetInfoFn

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§

pub 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.