Function duk_push_string

Source
pub unsafe extern "C" fn duk_push_string(
    ctx: *mut duk_context,
    str: *const c_char,
) -> *const c_char