Function gluon_c_api::glu_push_string_unchecked[][src]

#[no_mangle]
pub unsafe extern "C" fn glu_push_string_unchecked(
    vm: &Thread,
    s: &u8,
    len: usize
) -> Error
Expand description

Push a string to the stack. If the string is not utf-8 this function will trigger undefined behaviour.