pub unsafe fn ucasemap_utf8ToLower<P0, P1>(
    csm: *const UCaseMap,
    dest: P0,
    destcapacity: i32,
    src: P1,
    srclength: i32,
    perrorcode: *mut UErrorCode
) -> i32
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,