#[unsafe(no_mangle)]pub extern "C" fn pxs_newlist() -> *mut pxs_Var
Create a new pxs_VarList.
This does not take any arguments. To add to a list, you must call pxs_var_list_add(ptr, item)
pxs_var_list_add(ptr, item)