#[unsafe(no_mangle)]pub unsafe extern "C" fn laminar_close(
conn: *mut LaminarConnection,
) -> i32Expand description
Close a database connection and free all associated resources.
ยงSafety
conn must be a valid handle from laminar_open that has not been closed.