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