#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_broadcast_request_path(
request: u32,
dst: *mut moq_string,
) -> i32Expand description
The path of a broadcast request delivered to a moq_origin_dynamic callback.
The destination borrows the request’s storage: copy it out before accept, reject, or moq_broadcast_request_free.
Returns a zero on success, or a negative code on failure.
§Safety
dstmust point at a writable moq_string.