slugify_with_options

Function slugify_with_options 

Source
#[unsafe(no_mangle)]
pub extern "C" fn slugify_with_options( input: *const c_char, separator: c_char, max_length: i32, lowercase: bool, remove_stopwords: bool, ascii_only: bool, ) -> *mut c_char