Function windows::Win32::Security::Credentials::CredGetTargetInfoW

pub unsafe fn CredGetTargetInfoW<P0>(
    targetname: P0,
    flags: u32,
    targetinfo: *mut *mut CREDENTIAL_TARGET_INFORMATIONW,
) -> Result<()>
where P0: Param<PCWSTR>,