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