Function laminar_is_closed
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_is_closed(
conn: *mut LaminarConnection,
out: *mut bool,
) -> i32
Expand description
Check if the connection is closed.
ยงSafety
conn and out must be valid non-null pointers.