#[unsafe(no_mangle)]pub extern "C" fn pxs_add_submod(
parent_ptr: *mut pxs_Module,
child_ptr: *mut pxs_Module,
)Expand description
Add a Module to a Module
This transfers ownership.
#[unsafe(no_mangle)]pub extern "C" fn pxs_add_submod(
parent_ptr: *mut pxs_Module,
child_ptr: *mut pxs_Module,
)Add a Module to a Module
This transfers ownership.