pub unsafe extern "system" fn RtlCloneUserProcess(
    ProcessFlags: u32,
    ProcessSecurityDescriptor: *mut SECURITY_DESCRIPTOR,
    ThreadSecurityDescriptor: *mut SECURITY_DESCRIPTOR,
    DebugPort: HANDLE,
    ProcessInformation: *mut RTL_USER_PROCESS_INFORMATION
) -> NTSTATUS