_block_server_c_rustc_static::c_interface

Function block_server_new

Source
#[no_mangle]
pub unsafe extern "C" fn block_server_new(
    partition_info: &PartitionInfo,
    callbacks: Callbacks,
) -> *mut BlockServer
Expand description

ยงSafety

All callbacks in callbacks must be safe.