Function block_server::c_interface::block_server_serve

source ·
#[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.