pub unsafe fn ringbuf_reserve(
    ringbuf: *mut c_void,
    size: u64,
    flags: u64
) -> *mut c_void