pub unsafe extern "system" fn u_strFindLast(
    s: *const u16,
    length: i32,
    substring: *const u16,
    sublength: i32
) -> *mut u16
Expand description

Required features: "Win32_Globalization"