Function windows::Win32::Storage::IscsiDisc::ReportIScsiTargetPortalsW

pub unsafe fn ReportIScsiTargetPortalsW<P0, P1>(
    initiatorname: P0,
    targetname: P1,
    targetportaltag: *mut u16,
    elementcount: *mut u32,
    portals: *mut ISCSI_TARGET_PORTALW,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,