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