#[unsafe(no_mangle)]
pub unsafe extern "C" fn block_server_serve(
block_server: *const BlockServer,
handle: zx_handle_t,
)
Expand description
Serves the Volume protocol for this server. handle
is consumed.
ยงSafety
block_server
and handle
must be valid.