#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_session_request_query(
request: u32,
dst: *mut moq_string,
) -> i32Expand description
The query of a session request without the leading ?, or a NULL data if it has none.
Where a token usually rides. The destination borrows the request’s storage, like moq_session_request_path. Returns a zero on success, or a negative code on failure.
§Safety
dstmust point at a writable moq_string.