Function rerun_c::video::rr_video_asset_read_frame_timestamps_ns

source ยท
#[no_mangle]
pub extern "C" fn rr_video_asset_read_frame_timestamps_ns(
    video_bytes: *const u8,
    video_bytes_len: u64,
    media_type: CStringView,
    alloc_context: *mut c_void,
    alloc_func: Option<extern "C" fn(context: *mut c_void, num_timestamps: u32) -> *mut i64>,
    error: *mut CError,
) -> *mut i64