Function block_server::c_interface::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.