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