pub unsafe fn CredDeleteW<P0>(
    targetname: P0,
    type: CRED_TYPE,
    flags: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>,