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

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