Function eos_rs::api::personality_test::get_option_string_from_id
source · pub unsafe fn get_option_string_from_id(
output: *mut c_char,
option_id: i32,
_ov13: &OverlayLoadLease<13>
) -> *mut c_char
Expand description
No description available.
Note: unverified, ported from Irdkwia’s notes.
Safety
It’s unknown what size the string passed in must be and whether the output string pointer is the same string or not. Maybe it re-allocates a new string if the passed in output string does not fit the string.