pub unsafe extern "system" fn RtlCloneUserProcess(
    ProcessFlags: ULONG,
    ProcessSecurityDescriptor: PSECURITY_DESCRIPTOR,
    ThreadSecurityDescriptor: PSECURITY_DESCRIPTOR,
    DebugPort: HANDLE,
    ProcessInformation: PRTL_USER_PROCESS_INFORMATION
) -> NTSTATUS