pub unsafe extern "C" fn zx_debug_read(
    handle: zx_handle_t,
    buffer: *mut u8,
    buffer_size: usize,
    actual: *mut usize
) -> zx_status_t