Function rt_get_c_func

Source
#[no_mangle]
pub extern "C" fn rt_get_c_func(
    cid: usize,
) -> Option<extern "C" fn() -> c_void>
Expand description