Function windows::Wdk::System::SystemServices::IoCreateSystemThread

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