pub type nv_alloc_t = nv_alloc;
#[repr(C)]pub struct nv_alloc_t { pub nva_ops: *const nv_alloc_ops, pub nva_arg: *mut c_void, }
nva_ops: *const nv_alloc_ops
nva_arg: *mut c_void