Function twz_rt_set_upcall_handler

Source
#[no_mangle]
pub unsafe extern "C-unwind" fn twz_rt_set_upcall_handler(
    handler: Option<unsafe extern "C-unwind" fn(frame: *mut c_void, data: *const c_void)>,
)