pub unsafe extern "C" fn zx_debuglog_write(
    handle: zx_handle_t,
    options: u32,
    buffer: *const u8,
    buffer_size: usize
) -> zx_status_t