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