Function av_uuid_urn_parse

pub unsafe extern "C" fn av_uuid_urn_parse(
    in_: *const i8,
    uu: *mut u8,
) -> i32
Expand description

Parses a URN representation of a UUID, as specified at IETF RFC 4122, into an AVUUID. The parsing is case-insensitive. The string must be 46 characters long, including the terminating NUL character.

Example string representation: “urn:uuid:2fceebd0-7017-433d-bafb-d073a7116696”

@param[in] in URN UUID @param[out] uu AVUUID @return A non-zero value in case of an error.