Function __twz_rt_upcall_entry

Source
#[no_mangle]
pub unsafe extern "C-unwind" fn __twz_rt_upcall_entry(
    rdi: *mut c_void,
    rsi: *const c_void,
) -> !
Expand description

Entry for upcalls.

ยงSafety

This function may not be called except as an upcall from the kernel.