[][src]Function c_closures::closure_call_with_no_return

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

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