pub unsafe fn CredIsProtectedA<P0>(
    pszprotectedcredentials: P0,
    pprotectiontype: *mut CRED_PROTECTION_TYPE
) -> Result<()>
where P0: IntoParam<PCSTR>,