pub unsafe extern "C" fn aom_uleb_decode(
    buffer: *const u8,
    available: usize,
    value: *mut u64,
    length: *mut usize
) -> c_int