pub unsafe fn u_strFindLast(
    s: *const u16,
    length: i32,
    substring: *const u16,
    sublength: i32
) -> *mut u16