pub unsafe extern "C" fn aom_obu_type_to_string(
    type_: OBU_TYPE
) -> *const c_char
Expand description

Returns string representation of OBU_TYPE.

\param[in] type The OBU_TYPE to convert to string.