[−][src]Function ejdb_sys::tcicaseformat
pub unsafe extern "C" fn tcicaseformat(
str: *const c_char,
strl: c_int,
placeholder: *mut c_void,
placeholdersz: c_int,
dstptr: *mut *mut c_char
) -> c_int
Convert string into case insensitive normalized format. @param str Str pointer @param strlen String data length in bytes @param dstptr Allocated NULL terminated destination buffer @return In case of success the length of the resulting UTF-8 string is returned, otherwise a negative value.