pub unsafe extern "C" fn al_ustr_find_replace(
    us: *mut ALLEGRO_USTR,
    start_pos: c_int,
    find: *const ALLEGRO_USTR,
    replace: *const ALLEGRO_USTR
) -> c_bool