pub unsafe fn PsSetCreateProcessNotifyRoutineEx<P0>(
    notifyroutine: PCREATE_PROCESS_NOTIFY_ROUTINE_EX,
    remove: P0,
) -> NTSTATUS
where P0: Param<BOOLEAN>,