#[unsafe(no_mangle)]pub extern "C" fn pxs_addvar(
module_ptr: *mut pxs_Module,
name: *const c_char,
variable: *mut pxs_Var,
)Expand description
Add a Varible to a module.
Pass in the module pointer and variable params.
Variable ownership is transfered.