#[unsafe(no_mangle)]pub extern "C" fn moq_client_close(client: u32) -> i32Expand description
Release a client configuration created by moq_client_create.
Sessions already dialed from it keep running: each connect took its own copy.
Returns zero on success, or a negative code if the handle is unknown.