pub unsafe extern "system" fn CredProtectW(
    fasself: BOOL,
    pszcredentials: PCWSTR,
    cchcredentials: u32,
    pszprotectedcredentials: PWSTR,
    pcchmaxchars: *mut u32,
    protectiontype: *mut CRED_PROTECTION_TYPE
) -> BOOL
Expand description

Required features: "Win32_Foundation"