Function PsCreateSystemThread
pub unsafe fn PsCreateSystemThread(
threadhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: Option<*const OBJECT_ATTRIBUTES>,
processhandle: Option<HANDLE>,
clientid: Option<*mut CLIENT_ID>,
startroutine: PKSTART_ROUTINE,
startcontext: Option<*const c_void>,
) -> NTSTATUS