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