pub unsafe extern "C" fn ditto_auth_client_make_for_development_with_executor(
    working_dir: Option<Ref<'_>>,
    app_id: Ref<'_>,
    site_id: c_ulonglong,
    executor: Box<Executor>
) -> Result_Box<AuthClient>