pub type R_CMethodDef = Struct_Unnamed39;
Aliased Type§
#[repr(C)]pub struct R_CMethodDef {
pub name: *const i8,
pub fun: Option<extern "C" fn() -> *mut c_void>,
pub numArgs: i32,
pub types: *mut u32,
pub styles: *mut Enum_Unnamed38,
}
Fields§
§name: *const i8
§fun: Option<extern "C" fn() -> *mut c_void>
§numArgs: i32
§types: *mut u32
§styles: *mut Enum_Unnamed38