Function windows::Win32::Storage::IscsiDisc::ReportIScsiTargetPortalsA

pub unsafe fn ReportIScsiTargetPortalsA<P0, P1>(
    initiatorname: P0,
    targetname: P1,
    targetportaltag: *mut u16,
    elementcount: *mut u32,
    portals: *mut ISCSI_TARGET_PORTALA,
) -> u32
where P0: Param<PCSTR>, P1: Param<PCSTR>,