Function windows_sys::Win32::Globalization::ucnv_setToUCallBack

pub unsafe extern "cdecl" fn ucnv_setToUCallBack(
    converter: *mut UConverter,
    newaction: UConverterToUCallback,
    newcontext: *const c_void,
    oldaction: *mut UConverterToUCallback,
    oldcontext: *const *const c_void,
    err: *mut UErrorCode,
)