pub type symm_oft = Option<unsafe extern "C" fn(side: side_t, alpha: *mut obj_t, a: *mut obj_t, b: *mut obj_t, beta: *mut obj_t, c: *mut obj_t, cntx: *mut cntx_t, rntm: *mut rntm_t)>;Aliased Type§
enum symm_oft {
None,
Some(unsafe extern "C" fn(_: u32, _: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut obj_s, _: *mut cntx_s, _: *mut rntm_s)),
}