windows::Win32::Security::Credentials

Function CredDeleteW

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