Function closure_release_return_value

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

Cleans up the value returned by calling this Closure. Do not attempt to free the returned pointer yourself.