Function disk_ringbuffer::posix_fallocate

source ยท
pub unsafe extern "C" fn posix_fallocate(
    __fd: c_int,
    __offset: off_t,
    __len: off_t,
) -> c_int