Type Alias R_CallMethodDef

Source
pub type R_CallMethodDef = Struct_Unnamed40;

Aliased Type§

#[repr(C)]
pub struct R_CallMethodDef { pub name: *const i8, pub fun: Option<extern "C" fn() -> *mut c_void>, pub numArgs: i32, }

Fields§

§name: *const i8§fun: Option<extern "C" fn() -> *mut c_void>§numArgs: i32