pub fn get_launch_argument_string(out_string: &mut [u8]) -> u32Expand description
Retrieves module launch argument string
This is an arbitrary string argument that can be passed in to the module from an Ark module link
note: This should really been called launch_argument_string (without the get_) prefix, should fix for a future breaking version