g_string_append_len

Function g_string_append_len 

Source
pub unsafe extern "C" fn g_string_append_len(
    string: *mut GString,
    val: *const c_char,
    len: ssize_t,
) -> *mut GString