pub unsafe extern "C" fn al_ustr_replace_range(
    us1: *mut ALLEGRO_USTR,
    start_pos1: c_int,
    end_pos1: c_int,
    us2: *const ALLEGRO_USTR
) -> c_bool