pub unsafe extern "system" fn LsaCallAuthenticationPackage(
    lsahandle: HANDLE,
    authenticationpackage: u32,
    protocolsubmitbuffer: *const c_void,
    submitbufferlength: u32,
    protocolreturnbuffer: *mut *mut c_void,
    returnbufferlength: *mut u32,
    protocolstatus: *mut i32
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"