Function rocksdb_eventlistener_create
Source pub unsafe extern "C" fn rocksdb_eventlistener_create(
state_: *mut c_void,
destructor_: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
on_flush_begin: on_flush_begin_cb,
on_flush_completed: on_flush_completed_cb,
on_compaction_begin: on_compaction_begin_cb,
on_compaction_completed: on_compaction_completed_cb,
on_subcompaction_begin: on_subcompaction_begin_cb,
on_subcompaction_completed: on_subcompaction_completed_cb,
on_external_file_ingested: on_external_file_ingested_cb,
on_background_error: on_background_error_cb,
on_stall_conditions_changed: on_stall_conditions_changed_cb,
on_memtable_sealed: on_memtable_sealed_cb,
) -> *mut rocksdb_eventlistener_t