pub unsafe extern "system" fn LsaOpenPolicy(
    systemname: *const UNICODE_STRING,
    objectattributes: *const OBJECT_ATTRIBUTES,
    desiredaccess: u32,
    policyhandle: *mut *mut c_void
) -> NTSTATUS
Expand description

Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’, ‘Win32_System_WindowsProgramming’