pub fn create_kernel_context(
__arg0: KernelContextRequest,
) -> RuntimeHandleResultExpand description
Creates a kernel execution context.
On success, handle must be non-zero and uniquely identify a live
context accepted by [Self::destroy_context].