pub unsafe extern "C" fn g_strdelimit(
    string: *mut i8,
    delimiters: *const i8,
    new_delimiter: i8
) -> *mut i8