#[no_mangle]
pub unsafe extern "C" fn glu_get_string(
    vm: &Thread,
    index: VmIndex,
    out: &mut *const u8,
    out_len: &mut usize
) -> Error
Expand description

The returned string is garbage collected and may not be valid after the string is removed from its slot in the stack