pub unsafe fn CredUnprotectA<P0>(
    fasself: P0,
    pszprotectedcredentials: &[u8],
    pszcredentials: PSTR,
    pcchmaxchars: *mut u32
) -> Result<()>
where P0: IntoParam<BOOL>,