pub unsafe extern "C" fn write(
    fd: i32,
    buf: *const c_void,
    count: usize
) -> isize