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