#[unsafe(no_mangle)]pub unsafe extern "C" fn clockbound_close(
ctx: *mut clockbound_ctx,
) -> *const clockbound_errExpand description
Close the clockbound context.
Effectively unmap the shared memory segment and drop the ShmReader.
ยงSafety
Rely on the caller to pass valid pointers.