pub unsafe extern "system" fn PsCreateSystemThread(
    threadhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    processhandle: HANDLE,
    clientid: *mut CLIENT_ID,
    startroutine: PKSTART_ROUTINE,
    startcontext: *const c_void
) -> NTSTATUS
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation", "Win32_System_WindowsProgramming"