pub type unpackm_var_oft = Option<unsafe extern "C" fn(p: *mut obj_t, a: *mut obj_t, cntx: *mut cntx_t, cntl: *mut cntl_t, thread: *mut thrinfo_t)>;Aliased Type§
enum unpackm_var_oft {
None,
Some(unsafe extern "C" fn(_: *mut obj_s, _: *mut obj_s, _: *mut cntx_s, _: *mut cntl_s, _: *mut thrinfo_s)),
}