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