pub type SQRegFunction = tagSQRegFunction;Aliased Type§
#[repr(C)]pub struct SQRegFunction {
pub name: *const i8,
pub f: Option<unsafe extern "C" fn(*mut SQVM) -> i64>,
pub nparamscheck: i64,
pub typemask: *const i8,
}Fields§
§name: *const i8§f: Option<unsafe extern "C" fn(*mut SQVM) -> i64>§nparamscheck: i64§typemask: *const i8