#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_server_addr(
server: u32,
dst: *mut moq_string,
) -> i32Expand description
The address a server bound, e.g. 127.0.0.1:4443.
The destination borrows the server’s storage, valid until its terminal
on_request callback. Returns a zero on success, or a negative code on failure.
§Safety
dstmust point at a writable moq_string.