Function zend_str_tolower_copy

Source
pub unsafe extern "C" fn zend_str_tolower_copy(
    dest: *mut c_char,
    source: *const c_char,
    length: size_t,
) -> *mut c_char