pub unsafe extern "system" fn LsaSetInformationPolicy(
    policyhandle: *const c_void,
    informationclass: POLICY_INFORMATION_CLASS,
    buffer: *const c_void
) -> NTSTATUS
Expand description

Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’