pub unsafe fn SetIScsiTunnelModeOuterAddressW<P0, P1, P2, P3>(
    initiatorname: P0,
    initiatorportnumber: u32,
    destinationaddress: P1,
    outermodeaddress: P2,
    persist: P3
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>, P3: IntoParam<BOOLEAN>,