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