pub unsafe fn RemoveIScsiPersistentTargetW<P0, P1>(
    initiatorinstance: P0,
    initiatorportnumber: u32,
    targetname: P1,
    portal: *mut ISCSI_TARGET_PORTALW
) -> u32
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,