Function language
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn language(
language: *const c_char,
) -> *mut *mut c_char
Expand description
Returns an array where the first element is the size of the array and the
remaining elements are the images.
If the first element (size) is -1; the
request failed for any reason.
§Safety
This is an unsafe FFI binding to senpy::language.
§Panics
if a String cannot be converted into a CString