windows::Win32::Security::Credentials

Function CredFindBestCredentialW

pub unsafe fn CredFindBestCredentialW<P0>(
    targetname: P0,
    type: u32,
    flags: u32,
    credential: *mut *mut CREDENTIALW,
) -> Result<()>
where P0: Param<PCWSTR>,