Type Alias on_stall_conditions_changed_cb

Source
pub type on_stall_conditions_changed_cb = Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *const rocksdb_writestallinfo_t)>;

Aliased Type§

enum on_stall_conditions_changed_cb {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const rocksdb_writestallinfo_t)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *const rocksdb_writestallinfo_t))

Some value of type T.