clockbound_close

Function clockbound_close 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn clockbound_close( ctx: *mut clockbound_ctx, ) -> *const clockbound_err
Expand description

Close the clockbound context.

Effectively unmap the shared memory segment and drop the ShmReader.

ยงSafety

Rely on the caller to pass valid pointers.