pub unsafe extern "C" fn gst_rtp_buffer_get_extension_onebyte_header(
    rtp: *mut GstRTPBuffer,
    id: u8,
    nth: c_uint,
    data: *mut u8,
    size: *mut c_uint
) -> gboolean