pub unsafe extern "C" fn ditto_auth_client_login_with_credentials(
    auth_client: &AuthClient,
    username: Ref<'_>,
    password: Ref<'_>,
    provider: Ref<'_>
) -> c_int