windows::Win32::Security::Authentication::Identity

Function SspiPrepareForCredRead

pub unsafe fn SspiPrepareForCredRead<P1>(
    authidentity: *const c_void,
    psztargetname: P1,
    pcredmancredentialtype: *mut u32,
    ppszcredmantargetname: *mut PCWSTR,
) -> Result<()>
where P1: Param<PCWSTR>,