pub unsafe extern "C" fn al_ustr_assign_substr(
    us1: *mut ALLEGRO_USTR,
    us2: *const ALLEGRO_USTR,
    start_pos: c_int,
    end_pos: c_int
) -> c_bool