#[no_mangle]
pub unsafe extern "C" fn sys_write(
    fd: u32,
    write_buf: *const u8,
    nbytes: usize
)