Function block_server::c_interface::block_server_send_reply

source ·
#[no_mangle]
pub unsafe extern "C" fn block_server_send_reply(
    session: &Session,
    request_id: RequestId,
    status: zx_status_t,
)
Expand description

§Safety

session must be valid.