pub unsafe fn PsSetCreateProcessNotifyRoutineEx2<P0>(
    notifytype: PSCREATEPROCESSNOTIFYTYPE,
    notifyinformation: *const c_void,
    remove: P0,
) -> NTSTATUS
where P0: Param<BOOLEAN>,