Function closure_call_with_no_return

Source
pub unsafe extern "C" fn closure_call_with_no_return(
    self_: *mut Closure,
    arg: *mut c_void,
)
Expand description

Calls the inner code and cleans up the returned value, if any.