[][src]Function winapi::um::wincred::CredProtectW

pub unsafe extern "system" fn CredProtectW(
    fAsSelf: BOOL,
    pszCredentials: LPWSTR,
    cchCredentials: DWORD,
    pszProtectedCredentials: LPWSTR,
    pcchMaxChars: *mut DWORD,
    ProtectionType: *mut CRED_PROTECTION_TYPE
) -> BOOL